home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / system / startppp.000 / startppp / Startppp_v0.80 / Time.h < prev    next >
Encoding:
Text File  |  1995-08-15  |  1.3 KB  |  28 lines

  1. /*
  2.  * Startppp
  3.  *
  4.  * Copyright (C) 1995  Matthias Ott 
  5.  *  (msott@cip.informatik.uni-erlangen.de)
  6.  *
  7.  * This program is free software; you can redistribute it and/or
  8.  * modify it under the terms of the GNU Library General Public
  9.  * License as published by the Free Software Foundation; either
  10.  * version 2 of the License, or (at your option) any later version.
  11.  *
  12.  * This program is distributed in the hope that it will be useful,
  13.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15.  * Library General Public License for more details.
  16.  *
  17.  * You should have received a copy of the GNU Library General Public
  18.  * License along with this program; if not, write to the Free
  19.  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20. */
  21.  
  22. int GetTime(ClientData clientData, Tcl_Interp *interp, int argc, char *argv[]);
  23. int GetShowTime(ClientData clientData, Tcl_Interp *interp, int argc, char *argv[]);
  24. int OnlineShowTime(ClientData clientData, Tcl_Interp *interp, int argc, char *argv[]);
  25. int ShowDiffTime(ClientData clientData, Tcl_Interp *interp, int argc, char *argv[]);
  26. int GetPartZone(ClientData clientData, Tcl_Interp *interp, int argc, char *argv[]);
  27. int SetIconName(ClientData clientData, Tcl_Interp *interp, int argc, char *argv[]);
  28.